GFLAG0=NO_PENDING_INTERRUPT, GFLAG1=NO_PENDING_INTERRUPT, GFLAG3=NO_PENDING_INTERRUPT, GFLAG2=NO_PENDING_INTERRUPT
Global interrupt flag register
GFLAG0 | Monitors the interrupt flag of TIMER0. 0 (NO_PENDING_INTERRUPT): No pending interrupt. Writing a zero is equivalent to no operation. 1 (PENDING_INTERRUPT): Pending interrupt. The interrupt is pending because TIMER0 has reached the end of the time interval. If the INTEN bit in the CONTROL0 register is also set to 1, the interrupt for timer channel 0 and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request. |
GFLAG1 | Monitors the interrupt flag of TIMER1. 0 (NO_PENDING_INTERRUPT): No pending interrupt. Writing a zero is equivalent to no operation. 1 (PENDING_INTERRUPT): Pending interrupt. The interrupt is pending because TIMER1 has reached the end of the time interval. If the INTEN bit in the CONTROL1 register is also set to 1, the interrupt for timer channel 1 and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request. |
GFLAG2 | Monitors the interrupt flag of TIMER2. 0 (NO_PENDING_INTERRUPT): No pending interrupt. Writing a zero is equivalent to no operation. 1 (PENDING_INTERRUPT): Pending interrupt. The interrupt is pending because TIMER2 has reached the end of the time interval. If the INTEN bit in the CONTROL2 register is also set to 1, the interrupt for timer channel 2 and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request. |
GFLAG3 | Monitors the interrupt flag of TIMER3. 0 (NO_PENDING_INTERRUPT): No pending interrupt. Writing a zero is equivalent to no operation. 1 (PENDING_INTERRUPT): Pending interrupt. The interrupt is pending because TIMER3 has reached the end of the time interval. If the INTEN bit in the CONTROL3 register is also set to 1, the interrupt for timer channel 3 and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request. |
RESERVED | Reserved. |